<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    height: 100%;
}

html,
body,
div,
p,
strong,
span,
a,
b,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
del,
img,
i,
em,
select,
button,
textarea,
input {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    /* font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;  */
    font-family: 微软雅黑;
    /* font-weight: 600; */
    font-size: 16px;
    color: #333;
    position: relative;
    min-height: 100%;
}

a,
img,
button,
input,
textarea,
select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* input[type="text"],input[type="hidden"],input[type="password"],button,textarea,select{outline: none; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; font-family: 'Microsoft YaHei',"Arial",'SimSun', Serif;} */
select::-ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bfbfbf;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bfbfbf;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #bfbfbf;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bfbfbf;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #666;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #666;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: #666;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #666;
}

table {
    border-collapse: collapse;
}

.banner-title a {
    color: inherit;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.hidden {
    overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.cell_box {
    font-size: 0;
}

.cell_box:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.cell_box .cell {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

/*scroll*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #133e87;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #133e87;
}

::-webkit-scrollbar-thumb:vertical:active {
    background-color: #133e87;
}

.bd_weixin_popup {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.j-contact-con2 {
    max-width: 1300px;
    margin: 8rem auto;
}

.j-contact-con2 .map {
    max-width: 65%;
}

.j-contact-con2 .contact-two-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35%;
    height: 550px;
    background: #004898;
    padding: 3.4rem;
}

.j-contact-con2 .contact-two-right * {
    color: #fff;
}

.j-contact-con3 {
    flex-direction: column;
}

.j-contact-t {
    padding-bottom: 4rem;
}

.j-contact-con {
    width: 100%;
}

.j-contact-con ul {
    display: flex;
    flex-wrap: wrap;
}

.j-contact-con ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2.2rem;
    padding: 3.6rem;
    background-color: #f5f5f5;
}

.j-contact-con ul li:nth-child(3n) {
    margin-right: 0;
}

.j-contact-con .j-contact-c {
    font-size: 18px;
}

.j-contact-con .j-contact-c div {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.j-contact-c .j-address {
    font-size: 15px;
}

.j-contact-c i {
    font-size: 15px;
    color: #5a5a5a;
    margin-right: 3%;
}

#map label {
    max-width: initial;
}

.contact-two-right ul li {
    display: flex;
    align-items: center;
}

.contact-two-right ul li::before {
    margin-right: 3%;
    font-family: 'FontAwesome';
}

.contact-two-right ul li:first-child::before {
    content: "\f095";
}

.contact-two-right ul li:nth-child(2):before {
    content: "\f199";
}

.contact-two-right ul li:nth-child(3):before {
    content: "\f1ac";
}

.contact-two-right ul li:nth-child(4):before,
.contact-two-right ul li:nth-child(5):before {
    content: "\f5a0";
}



@media screen and (max-width:1200px) {

    div.j-contact-con2 {
        flex-direction: column;
        width: 96%;
        margin-top: 4rem;
    }

    .j-contact-con2 .map {
        max-width: 100%;
        max-height: 450px;
        margin-bottom: 2rem;
    }

    .j-contact-con2 .contact-two-right,
    .j-contact-con ul li {
        width: 100%;
    }
}</pre></body></html>